notebook: Simplify gtk_notebook_map()
authorBenjamin Otte <otte@redhat.com>
Sat, 19 Dec 2015 07:03:41 +0000 (08:03 +0100)
committerBenjamin Otte <otte@redhat.com>
Mon, 11 Jan 2016 16:05:22 +0000 (17:05 +0100)
commitdc4148c4e2d17e43f9c06dd41334de642755ce0d
tree328a0081d10b9a9525bccff45486d52135f8b201
parent22398ef4591d896190be049e0ee6ba4ab32f6059
notebook: Simplify gtk_notebook_map()

We set visibility on our children properly, so we can simply chain up
and let the GtkContainer implementation do the mapping of children.
gtk/gtknotebook.c